home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '93 / Hacks '93 / TwilightZone / source / sndstuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  170 b   |  7 lines  |  [TEXT/KAHL]

  1. #ifndef __soundstuff__
  2. #define __soundstuff__
  3.  
  4. OSErr MakeModuleSound(SndChannelPtr *retSndChannel,short soundType);
  5. OSErr DisposeModuleSound(SndChannelPtr sndCh);
  6.  
  7. #endif